home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / SoundApps / SimpleSoundMixingExample / Source / English.lproj / sndTest1.nib / data.classes next >
Encoding:
Text File  |  1995-06-12  |  275 b   |  23 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. MixController = {
  7.     ACTIONS = {
  8.     play:;
  9.     setSound1Name:;
  10.     setSound2Name:;
  11.     };
  12.     OUTLETS = {
  13.     sndOut;
  14.     snd1Stream;
  15.     snd2;
  16.     snd2Stream;
  17.     snd1;
  18.     snd2Text;
  19.     snd1Text;
  20.     };
  21.     SUPERCLASS = Object;
  22. };
  23.